library(ggmap)
qmap("Mannheim")
MA_map <- qmap("Mannheim",zoom=14)
13 April 2015
library(ggmap)
qmap("Mannheim")
MA_map <- qmap("Mannheim",zoom=14)
qmap(location = 'Mannheim', zoom = 12)
qmap(location = 'Mannheim', zoom = 13)
qmap(location = 'Mannheim', zoom = 20)
qmap(location = 'Mannheim', zoom = 14, source="osm")
qmap(location = 'Mannheim', zoom = 14, maptype="satellite")
qmap(location = 'Mannheim', zoom = 14, maptype="hybrid")